projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6eb926
)
Adwaita: add comments
author
Lapo Calamandrei
<calamandrei@gmail.com>
Thu, 29 Jan 2015 10:34:01 +0000
(11:34 +0100)
committer
Lapo Calamandrei
<calamandrei@gmail.com>
Thu, 29 Jan 2015 10:34:01 +0000
(11:34 +0100)
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index 0c6843730606ff47259d93e197ce1b498ec68b75..ea6e20c0b541d40359f81460899dc6d886041dd6 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-3263,6
+3263,7
@@
GtkVolumeButton.button { padding: 8px; }
}
// This is used by GtkScrolledWindow, when content is touch-dragged past boundaries.
+// This draws a box on top of the content, the size changes programmatically.
.overshoot {
&.top {
@include overshoot(top);
@@
-3282,7
+3283,8
@@
GtkVolumeButton.button { padding: 8px; }
}
}
-.undershoot { //FIXME: the dark variant needs love
+// Overflow indication, works similarly to the overshoot, the size if fixed tho.
+.undershoot {
&.top {
@include undershoot(top);
}